body {
  background-image: url("../images/body_bg.png");
  background-repeat: repeat-y;
  background-size: 100% auto; }

.index-btn {
  width: 96%;
  max-width: 1260px;
  margin: 20px auto 0; }
  .index-btn ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px; }
    .index-btn ul li {
      position: relative;
      flex: 1;
      margin: 0 10px;
      padding: 40px 0; }
      .index-btn ul li p {
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase; }
      .index-btn ul li strong {
        display: block;
        text-align: center;
        color: #ffffff;
        font-size: 34px;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7); }
      .index-btn ul li:hover {
        opacity: 0.7; }
      .index-btn ul li::before {
        position: absolute;
        content: "";
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 5px;
        left: 5px;
        background-image: url("../images/btn_bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat; }
      .index-btn ul li:nth-child(1), .index-btn ul li:nth-child(6) {
        background-color: #d3cf95; }
      .index-btn ul li:nth-child(2), .index-btn ul li:nth-child(7) {
        background-color: #9dd3c7; }
      .index-btn ul li:nth-child(3), .index-btn ul li:nth-child(8) {
        background-color: #acd399; }
      .index-btn ul li:nth-child(4), .index-btn ul li:nth-child(9) {
        background-color: #59ccb1; }
      .index-btn ul li:nth-child(5), .index-btn ul li:nth-child(10) {
        background-color: #76a366; }

.index-about {
  display: flex;
  width: 100%;
  max-width: 1260px;
  margin: 80px auto 40px;
  justify-content: space-between;
  align-items: flex-start; }
  .index-about .i-a-left {
    width: 49%; }
    .index-about .i-a-left p {
      font-size: 16px;
      text-indent: 2em;
      line-height: 2em;
      color: #000000;
      letter-spacing: 3px;
      text-align: justify; }
  .index-about .i-a-right {
    position: relative;
    width: calc(49% - 20px);
    margin-right: 20px; }
    .index-about .i-a-right img {
      position: relative;
      width: 100%;
      height: auto;
      z-index: 2; }
    .index-about .i-a-right::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background-color: #76a366;
      top: 20px;
      left: 20px; }

.index-price {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  margin: 20px auto; }
  .index-price .i-p-left {
    position: relative;
    width: 49%; }
    .index-price .i-p-left a {
      display: block;
      width: 86%;
      margin-left: 7%;
      background-color: #76a366;
      padding-bottom: 20px; }
      .index-price .i-p-left a strong {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
        font-size: 24px;
        color: #ffffff;
        text-align: center;
        letter-spacing: 2px; }
      .index-price .i-p-left a img {
        display: block;
        width: 90%;
        margin: 0 auto; }
    .index-price .i-p-left .swiper-button-prev,
    .index-price .i-p-left .swiper-button-next {
      width: 30px;
      height: 50px;
      outline-style: none;
      --swiper-theme-color: #efefef; }
    .index-price .i-p-left::after {
      position: absolute;
      content: "";
      width: 86%;
      height: 100%;
      top: 10px;
      left: calc(7% + 4px);
      border: 1px solid #76a366; }
  .index-price .i-p-right {
    width: 49%; }

.index-video {
  width: 100%;
  max-width: 1260px;
  height: 630px;
  margin: 40px auto;
  display: flex;
  flex-flow: column wrap;
  flex-direction: column; }
  .index-video .i-v-video {
    position: relative;
    width: 70%;
    height: 400px;
    align-items: baseline;
    margin-bottom: 10px; }
    .index-video .i-v-video video {
      position: relative;
      width: calc(100% - 5px);
      height: 400px;
      z-index: 2;
      background-color: #76a366;
      padding: 10px;
      box-sizing: border-box; }
    .index-video .i-v-video::before {
      position: absolute;
      content: "";
      width: calc(100% - 5px);
      height: 100%;
      border: 1px solid #76a366;
      box-sizing: border-box;
      left: 5px;
      top: 5px; }
  .index-video a {
    position: relative;
    width: 29%;
    height: 200px;
    margin-bottom: 10px; }
    .index-video a i {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .index-video a strong {
      position: absolute;
      display: flex;
      width: 20px;
      height: 100%;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      color: #ffffff;
      top: 0;
      right: 0;
      font-weight: normal;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
      padding: 0 10px; }
    .index-video a:first-of-type {
      width: 70%;
      height: 200px; }

.index-link {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 96%;
  max-width: 1260px;
  margin: 40px auto; }
  .index-link a {
    width: 49%;
    margin: 10px 0; }

.index-new {
  width: 94%;
  max-width: 1260px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between; }
  .index-new .i-n-left {
    width: 49%;
    display: flex;
    justify-content: space-between; }
    .index-new .i-n-left a {
      width: 49%;
      padding: 10px;
      box-sizing: border-box;
      background-color: #76a366; }
      .index-new .i-n-left a .item-box {
        padding: 40px 0;
        text-align: center; }
        .index-new .i-n-left a .item-box span {
          display: block;
          color: #ffffff;
          font-size: 14px;
          padding: 10px 0;
          text-transform: uppercase; }
        .index-new .i-n-left a .item-box strong {
          display: block;
          font-size: 32px;
          color: #ffffff; }
      .index-new .i-n-left a:hover {
        opacity: 0.7; }
  .index-new .i-n-right {
    width: 49%; }
    .index-new .i-n-right ul li {
      border-bottom: 1px solid #76a366;
      padding-bottom: 10px;
      margin-bottom: 20px; }
      .index-new .i-n-right ul li a {
        display: block; }
        .index-new .i-n-right ul li a strong {
          display: block;
          font-size: 18px;
          color: #000000;
          border-left: 3px solid #76a366;
          margin-bottom: 10px;
          padding-left: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .index-new .i-n-right ul li a p {
          font-size: 14px;
          line-height: 2em;
          color: #000000;
          text-indent: 2em; }

@media all and (max-width: 750px) {
  .index-btn {
    display: none; }
  .index-about {
    flex-direction: column-reverse;
    margin-bottom: 0px;
    margin-top: 20px; }
    .index-about .i-a-left,
    .index-about .i-a-right {
      width: 92%;
      margin: 20px auto; }
      .index-about .i-a-left p,
      .index-about .i-a-right p {
        font-size: 14px; }
    .index-about .i-a-right {
      width: calc(92% - 30px); }
  .index-price {
    flex-direction: column;
    margin-bottom: 0px; }
    .index-price .i-p-left,
    .index-price .i-p-right {
      width: 96%;
      margin: 20px auto; }
  .index-video {
    width: 94%;
    margin: 40px auto 20px;
    height: auto;
    justify-content: space-between;
    flex-flow: row wrap; }
    .index-video .i-v-video {
      width: 100%; }
    .index-video a {
      width: 49%; }
      .index-video a:first-of-type {
        width: 49%; }
  .index-link {
    margin: 20px auto; }
  .index-new {
    display: block;
    margin: 40px auto 20px; }
    .index-new .i-n-left {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .index-new .i-n-left a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px; }
        .index-new .i-n-left a img {
          width: 49%;
          height: auto; }
        .index-new .i-n-left a .item-box {
          width: 49%;
          padding: 0; }
    .index-new .i-n-right {
      width: 100%;
      margin: 20px 0; } }
